﻿@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
	background-image: url(../images/GAM333_01.png);
}
.game3 {
	margin: auto;	
	width: 450px;
	height:250px;
}
.game3 table tr td {
	font-size: 14px;
	color: #333;
}
.main {
	width: 950px;
	margin: auto;
}
.game3 .main table tr td {
	background-image: url(http://atfalelkheir.net/atfal/style1/images/GAM3_112.gif);
	background-repeat: repeat-x;
	background-position: right top;
	font-size: 24px;
	color: #26201E;
}
.game3 .datam table tr td p a {
	color: #C72725;
	text-decoration: underline;
}
.end {
	background-color: #F7F4EB;
	float: right;
	height: 75px;
	width: 950px;
}
.searchinput {
	background-color: #F7F4EB;
	width: 255px;
	border-top: #F7F4EB;
	border-bottom: #F7F4EB;
	border-left: #F7F4EB;
	border-right: #F7F4EB;
	text-align: right;
}

.datal {
	float: left;
	width: 194px;
	padding: 3px 0px 3px 3px;
}
.datam {
	clear: right;
	float: left;
	width: 445px;
}
.datar {
	float: right;
	width: 194px;
	padding: 3px 3px 3px 0px;
}

a:link {
	text-decoration: none;
	color: #333;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #C72725;
}
a:active {
	text-decoration: none;
	color: #C72725;
}

h3
{
	text-align:right;
}
.Hierarchy:link, .Hierarchy:visited {
	color:#7E2217;
	text-decoration:none;
}
.Hierarchy:hover {
	color:#C34A2C;
}
.doc_info {
	color:#7E2217;
	text-align:left;
	font-family:Tahoma;
	font-size:10px;
	direction:rtl;
	margin-top:20px;
}
.doc_title {
	color:#7E2217;
	text-align:center;
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	direction:rtl;
	margin-top:30px;
}
.comtitle {
	font-family: Tahoma, Helvetica, sans-serif; color: #900; font-size: 12px; font-weight: bold
}
.cominfo {
	color:#053a62;
	font-family:Tahoma;
	font-size:10px;
	direction:rtl;
	margin-top:10px;
	margin-bottom:10px;
}
.compage {
	color:#7E2217;
	font-family:Tahoma;
	font-size:12px;
	direction:rtl;
	text-align:center;
}

.newsimage 
{
	float:right;
	width:100px;
	height:120px;
}
.newstitle a {
	font-family: Tahoma, Helvetica, sans-serif; color: #7E2217; font-size: 12px; font-weight: bold
}
.newsitem 
{
	height:120px;
	width:550px;
	margin-top:30px;
}
.docTable {
	border:1px solid #D19E3D;
}
.docTable th {
	border:1px solid #D19E3D;
	vertical-align:middle;
	text-align:center;
	background:#ECE9D8;
}
.docTable td {
	border:1px solid #D19E3D;
	vertical-align:middle;
	text-align:center;
}




/* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
ul.MenuBarVertical
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 8em;
}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.MenuBarVertical li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: right;
	cursor: pointer;
	width: 8em;
}
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	right: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Outermost menu container has borders on all sides */
ul.MenuBarVertical
{
	border: 0px solid #CCC;
}
/* Submenu containers have borders on all sides */
ul.MenuBarVertical ul
{
	border: 0px solid #CCC;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a
{
	display: block;
	cursor: pointer;
	background-color: #F7F4EB;


	color: #333;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center center;
	text-align: right;
	margin: auto;
	width: 125px;
	padding-top: 0.5em;
	padding-right: 0.75em;
	padding-bottom: 0.5em;
	padding-left: 0.75em;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #D6D0BA;
	font-weight: bold;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	background-color: #D8D2BA;
	color: #C72725;
	background-image: url(../images/sp1.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 125px;
	text-align: right;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #D6D0BA;
	font-weight: bold;
	text-decoration: underline;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
{
	background-color: #D8D2BA;
	color: #C00;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenu
{
	background-image: url(../SpryAssets/SpryMenuBarLeft.gif);
	background-repeat: no-repeat;
	background-position: 5% 50%;
}

ul.MenuBarVertical a.MenuBarItemSubmenuOpen
{
	background-image: url(../SpryAssets/SpryMenuBarOpned.gif);
	background-repeat: no-repeat;
	background-position: 5% 50%;
}

/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenuHover
{
	background-image: url(../SpryAssets/SpryMenuBarLeftHover.gif);
	background-repeat: no-repeat;
	background-position: 5% 50%;
}

a.TopMenu:link, a.TopMenu:visited
{
	color:#666633; 
	font-family:Arial;
}
a.TopMenu:hover
{
	color:#7E2217; 
	font-family:Arial;
	border:1px solid red;
}
